home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 8 / Revista do CD-ROM 8.iso / dados / program / skyborg / skyborg.exe / SHARED.DXR / 01399_Enter Land Script.ls < prev    next >
Encoding:
Text File  |  1995-07-24  |  191 b   |  11 lines

  1. on enterFrame
  2.   global gMovieSprite, gCurrentSite, gFinalVersion, gLastTime
  3.   if the commandDown then
  4.     Init_Program()
  5.     Init_Game()
  6.     Init_World()
  7.   else
  8.     Init_World()
  9.   end if
  10. end
  11.